home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5324 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: winternet.com!not-for-mail
  2. From: jdege@winternet.com (Jeff Dege)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help on this C++ v1 program
  5. Date: 3 Feb 1996 19:55:33 GMT
  6. Organization: StarNet Communications, Inc
  7. Message-ID: <4f0ejl$iv1@blackice.winternet.com>
  8. References: <31126397.2406958@PUBNEWS.DEMON.CO.UK>
  9. NNTP-Posting-Host: parka.winternet.com
  10. X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
  11.  
  12. On Sat, 03 Feb 1996 18:51:35 GMT, Chris (chris@zace.compulink.co.uk) wrote:
  13. : Can anyone spot the problem that I am getting, and tell me where and
  14. : why I am going wrong.
  15.  
  16.     What errors are you getting?
  17.  
  18.  
  19.    process.h is a non-standard header, and may not exist on your system.
  20.    _stdprn is a compiler-specific FILE *, and may not exist on your
  21. system.
  22.  
  23.    If I comment out #include <process.h> and replace _stdprn with stdout,
  24. the program compiels and runs fine.  (Except, of course, that it prints
  25. to stdout instead of to the printer.)
  26.  
  27. -- 
  28. the Windows API has done more to retard skill development
  29. than anything since COBOL maintenance.
  30.                            --Larry O'Brien
  31.  
  32.